home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 March / macformat-048.iso / Demos / Jungle Activated! / JungleActivated Demo / jung DEMO d / 00101_Play AbtRenk Video.ls < prev    next >
Encoding:
Text File  |  1996-10-15  |  181 b   |  11 lines

  1. on enterFrame
  2. end
  3.  
  4. on exitFrame
  5.   go(the frame)
  6.   if the movieTime of sprite 3 = the stopTime of sprite 3 then
  7.     go("History")
  8.     set the movieRate of sprite 4 to 1
  9.   end if
  10. end
  11.